Skip to main content

Field Validation

Input validation is the process of examining inputs and removing those that are considered improper. When users engage with websites or apps, they frequently provide input, such as filling out forms, entering email id, or providing payment information.

Admin Portal (Platform admin):

Module NameField NameField typeMinimum ValueMaximum ValueFormat Allowed
LoginUsername/EmailText3320Alphanumeric, Special Characters
PasswordPassword1264Alphanumeric, Special Characters
Forgot PasswordUsername/EmailText3320Alphanumeric, Special Characters
Change PasswordPasswordPassword1264Password must contain minimum of 12 characters and include at least one uppercase letter, one lowercase letter, one number, and one special character.
Stores - Create Store ValidationStore NameText315Alphanumeric
EmailText5320Alphanumeric, Special Characters
UsernameText324Alphanumeric
Stores - Store Settings - Media ValidationStore LogoImage1KB20MBpng, jpg, jpeg
Banner ImagesImage1KB20MBpng, jpg, jpeg
Stores - Store Settings - Store Restrictions ValidationMaximum Active Vendor LimitNumbers(0 refers to Unlimited)02147483647Numbers
Maximum Customer Onboarding LimitNumbers02147483647Numbers
Maximum Product Activation LimitNumbers02147483647Numbers
Maximum Order Limit Per DayNumbers02147483647Numbers
Maximum Language Activation LimitNumbers02147483647Numbers
Maximum Product Template Activation LimitNumbers02147483647Numbers
Default Maximum Vendor Product LimitNumbers02147483647Numbers
Default Maximum Vendor Product Template LimitNumbers02147483647Numbers
Default Store Commission PercentageNumbers0100Numbers
Stores - Store Settings - Page Theme ValidationBackground ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Text ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Primary Button Background ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Secondary Button Background ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Tertiary Button Background ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Primary Button Text ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Secondary Button Text ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Tertiary Button Text ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Stores - Store Settings - Store Header Settings ValidationBackground ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Text ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Stores - Store Settings - Store Footer Settings ValidationBackground ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Text ColorText77Alphanumeric, Special Character only "#", Supported alphabets are abcdef and ABCDEF.
Stores - Store Settings - PoliciesPolicy NameText1100Alphanumeric, Special Character.
Lead In LineText1100Alphanumeric, Special Character.
Policy DescriptionText0UnlimitedAlphanumeric, Special Character.
Language Settings - Language Details ValidationLanguage NameText3255Alphabets
Language CodeText26Alphabets
Language Settings - Support Document ValidationFrontend Keys Upload FileUTF-8 CSV1KB100MBOnly UTF-8 CSV
Backend Keys Upload FileUTF-8 CSV1KB100MBOnly UTF-8 CSV
My Profile - Change Password ValidationPasswordPassword1264Password must contain minimum of 12 characters and include at least one uppercase letter, one lowercase letter, one number, and one special character.
User Access Control - Create User Access Control ValidationUser NameText324Alphanumeric
First NameText150Alphabets
Last NameText150Alphabets
EmailText5320Alphanumeric, Special Characters

Admin Portal (Product owner specific):

Module NameField NameField TypeMinimum ValueMaximum ValueFormat Allowed
LoginUsername/EmailText3320Alphanumeric, Special Characters
PasswordPassword1264Alphanumeric, Special Characters
Forgot PasswordUsername/EmailText3320Alphanumeric, Special Characters
Change PasswordPasswordPassword1264Password must contain minimum of 12 characters and include at least one uppercase letter, one lowercase letter, one number, and one special character.
Stores - Threshold Configuration - Account Restrictions ValidationMaximum Store Activation LimitNumbers02147483647Numbers
Maximum Active Vendor LimitNumbers02147483647Numbers
Maximum Customer Onboarding LimitNumbers02147483647Numbers
Maximum Product Activation LimitNumbers02147483647Numbers
Maximum Order Limit Per DayNumbers02147483647Numbers
Maximum Language Activation LimitNumbers02147483647Numbers
Maximum Product Template Activation LimitNumbers02147483647Numbers
My Profile - Change Password ValidationPasswordPassword1264"At least 12 characters One or more upper case letters One or more special characters or symbols One or more lower case letters One or more numbers"
note

There should not be any validations for current password field, except correct/valid data entry.